home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / owlbwcc.zip / BWCCMSBX.H < prev    next >
Text File  |  1992-01-12  |  1KB  |  35 lines

  1. // Dlgmsgbx.h contains equates for the menu items and buttons
  2. // used by the main dialog in Dlgmsgbx.cpp
  3.  
  4. #define MAINDIALOGMENU          100
  5. #define IDM_ICONASTERISK    101
  6. #define IDM_ICONEXCLAMATION    102
  7. #define IDM_ICONHAND            103
  8. #define IDM_ICONINFORMATION    104
  9. #define IDM_ICONQUESTION    105
  10. #define IDM_MESSAGEBEEP            106
  11. #define IDM_ICONSTOP            107
  12. #define IDM_OK                    108
  13. #define IDM_OKCANCEL            109
  14. #define IDM_RETRYCANCEL            110
  15. #define IDM_YESNO            111
  16. #define IDM_YESNOCANCEL      112
  17. #define IDM_MESSAGEBEEPLOOP    113
  18. #define IDM_ABORTRETRYIGNORE    114
  19.  
  20. #define IDB_ICONASTERISK    201
  21. #define IDB_ICONEXCLAMATION    202
  22. #define IDB_ICONHAND            203
  23. #define IDB_ICONINFORMATION    204
  24. #define IDB_ICONQUESTION    205
  25. #define IDB_MESSAGEBEEP            206
  26. #define IDB_ICONSTOP            207
  27. #define IDB_OK                    208
  28. #define IDB_OKCANCEL            209
  29. #define IDB_RETRYCANCEL            210
  30. #define IDB_YESNO            211
  31. #define IDB_YESNOCANCEL      212
  32. #define IDB_MESSAGEBEEPLOOP    213
  33. #define IDB_ABORTRETRYIGNORE    214
  34.  
  35.